home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue61 / BHO / uBHOManager.dfm < prev    next >
Text File  |  2000-07-07  |  3KB  |  179 lines

  1. object frmBHOManager: TfrmBHOManager
  2.   Left = 575
  3.   Top = 164
  4.   Width = 416
  5.   Height = 505
  6.   Caption = 'BHO Manager'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Splitter1: TSplitter
  18.     Left = 0
  19.     Top = 313
  20.     Width = 408
  21.     Height = 3
  22.     Cursor = crVSplit
  23.     Align = alBottom
  24.   end
  25.   object Label1: TLabel
  26.     Left = 20
  27.     Top = 15
  28.     Width = 48
  29.     Height = 13
  30.     Caption = 'First name'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 20
  34.     Top = 45
  35.     Width = 49
  36.     Height = 13
  37.     Caption = 'Last name'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 20
  41.     Top = 75
  42.     Width = 26
  43.     Height = 13
  44.     Caption = 'EMail'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 20
  48.     Top = 111
  49.     Width = 36
  50.     Height = 13
  51.     Caption = 'Country'
  52.   end
  53.   object memDebug: TMemo
  54.     Left = 0
  55.     Top = 316
  56.     Width = 408
  57.     Height = 162
  58.     Align = alBottom
  59.     ScrollBars = ssVertical
  60.     TabOrder = 0
  61.   end
  62.   object btnSetValues: TButton
  63.     Left = 310
  64.     Top = 8
  65.     Width = 85
  66.     Height = 25
  67.     Caption = 'Update HTML'
  68.     TabOrder = 1
  69.     OnClick = btnSetValuesClick
  70.   end
  71.   object edtFirstName: TEdit
  72.     Left = 100
  73.     Top = 10
  74.     Width = 121
  75.     Height = 21
  76.     TabOrder = 2
  77.   end
  78.   object edtLastName: TEdit
  79.     Left = 100
  80.     Top = 40
  81.     Width = 121
  82.     Height = 21
  83.     TabOrder = 3
  84.   end
  85.   object edtEMail: TEdit
  86.     Left = 100
  87.     Top = 70
  88.     Width = 121
  89.     Height = 21
  90.     TabOrder = 4
  91.   end
  92.   object cbCountry: TComboBox
  93.     Left = 100
  94.     Top = 106
  95.     Width = 125
  96.     Height = 21
  97.     ItemHeight = 13
  98.     TabOrder = 5
  99.     Text = 'USA'
  100.     Items.Strings = (
  101.       'USA'
  102.       'England'
  103.       'Israel'
  104.       'Italy'
  105.       'Canada'
  106.       'Ireland')
  107.   end
  108.   object GroupBox1: TGroupBox
  109.     Left = 0
  110.     Top = 208
  111.     Width = 408
  112.     Height = 105
  113.     Align = alBottom
  114.     Caption = 'Control'
  115.     TabOrder = 6
  116.     object btnClearMemo: TButton
  117.       Left = 318
  118.       Top = 65
  119.       Width = 85
  120.       Height = 25
  121.       Caption = 'Clear memo'
  122.       TabOrder = 0
  123.       OnClick = btnClearMemoClick
  124.     end
  125.     object btnNavigate: TButton
  126.       Left = 20
  127.       Top = 20
  128.       Width = 75
  129.       Height = 25
  130.       Caption = 'Navigate To'
  131.       TabOrder = 1
  132.       OnClick = btnNavigateClick
  133.     end
  134.     object btnBack: TButton
  135.       Left = 20
  136.       Top = 65
  137.       Width = 75
  138.       Height = 25
  139.       Caption = 'Back'
  140.       TabOrder = 2
  141.       OnClick = btnBackClick
  142.     end
  143.     object btnForward: TButton
  144.       Left = 110
  145.       Top = 65
  146.       Width = 75
  147.       Height = 25
  148.       Caption = 'Forward'
  149.       TabOrder = 3
  150.       OnClick = btnForwardClick
  151.     end
  152.     object edtNavigateTo: TEdit
  153.       Left = 110
  154.       Top = 21
  155.       Width = 249
  156.       Height = 21
  157.       TabOrder = 4
  158.     end
  159.     object btnRefresh: TButton
  160.       Left = 200
  161.       Top = 65
  162.       Width = 75
  163.       Height = 25
  164.       Caption = 'Refresh'
  165.       TabOrder = 5
  166.       OnClick = btnRefreshClick
  167.     end
  168.   end
  169.   object btnClick: TButton
  170.     Left = 310
  171.     Top = 48
  172.     Width = 85
  173.     Height = 25
  174.     Caption = 'Click Submit'
  175.     TabOrder = 7
  176.     OnClick = btnClickClick
  177.   end
  178. end
  179.